home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / painter_madness.swf / scripts / DefineButton2_104 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2006-06-13  |  252 b   |  13 lines

  1. on(press){
  2.    if(_root.intro.intro_btn._currentframe == 1)
  3.    {
  4.       _root.intro.intro_btn.gotoAndStop(2);
  5.       _root.fshowIntro = false;
  6.    }
  7.    else
  8.    {
  9.       _root.intro.intro_btn.gotoAndStop(1);
  10.       _root.fshowIntro = true;
  11.    }
  12. }
  13.